[INFO] fetching crate nvenc 0.1.0...
[INFO] fixing nvenc-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate nvenc 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate nvenc 0.1.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate nvenc 0.1.0
[INFO] tweaked toml for crates.io crate nvenc 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nvenc 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nvenc 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitfields v1.0.2
[INFO] [stderr]   Downloaded bitfields-impl v1.0.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f715a198491e644d867a66130578afe503f74ad5e62e321e97ae30b62904fab9
[INFO] running `Command { std: "docker" "start" "f715a198491e644d867a66130578afe503f74ad5e62e321e97ae30b62904fab9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f715a198491e644d867a66130578afe503f74ad5e62e321e97ae30b62904fab9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f715a198491e644d867a66130578afe503f74ad5e62e321e97ae30b62904fab9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f715a198491e644d867a66130578afe503f74ad5e62e321e97ae30b62904fab9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling syn v2.0.112
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling bitfields-impl v1.0.2
[INFO] [stderr]     Checking bitfields v1.0.2
[INFO] [stderr]     Checking nvenc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `map_input_resource_raw` is never used
[INFO] [stdout]    --> src/safe/encoder.rs:256:19
[INFO] [stdout]     |
[INFO] [stdout] 182 | impl EncoderInternal {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 256 |     pub unsafe fn map_input_resource_raw(
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `map_input_resource_raw` is never used
[INFO] [stdout]    --> src/safe/encoder.rs:256:19
[INFO] [stdout]     |
[INFO] [stdout] 182 | impl EncoderInternal {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 256 |     pub unsafe fn map_input_resource_raw(
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Linux is currently unsupported in this example
[INFO] [stdout]   --> examples/simple_encode.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 |     compile_error!("Linux is currently unsupported in this example");
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `session` in this scope
[INFO] [stdout]    --> examples/simple_encode.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 103 |         session
[INFO] [stdout]     |         ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `session` in this scope
[INFO] [stdout]    --> examples/simple_encode.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         session
[INFO] [stdout]     |         ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `session` in this scope
[INFO] [stdout]    --> examples/simple_encode.rs:114:33
[INFO] [stdout]     |
[INFO] [stdout] 114 |     let (session, mut config) = session
[INFO] [stdout]     |                                 ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `session::Session`
[INFO] [stdout]  --> examples/simple_encode.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     session::Session,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `setup` in this scope
[INFO] [stdout]   --> examples/simple_encode.rs:96:18
[INFO] [stdout]    |
[INFO] [stdout] 96 |     let device = setup();
[INFO] [stdout]    |                  ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> examples/simple_encode.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(windows)]
[INFO] [stdout]    |       ------- the item is gated here
[INFO] [stdout] 15 | pub fn setup() -> ID3D11Device {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `image` in this scope
[INFO] [stdout]    --> examples/simple_encode.rs:122:19
[INFO] [stdout]     |
[INFO] [stdout] 122 |     let texture = image(&device);
[INFO] [stdout]     |                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> examples/simple_encode.rs:54:4
[INFO] [stdout]     |
[INFO] [stdout]  53 | #[cfg(windows)]
[INFO] [stdout]     |       ------- the item is gated here
[INFO] [stdout]  54 | fn image(device: &ID3D11Device) -> ID3D11Texture2D {
[INFO] [stdout]     |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nvenc` (example "simple_encode") due to 6 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "f715a198491e644d867a66130578afe503f74ad5e62e321e97ae30b62904fab9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f715a198491e644d867a66130578afe503f74ad5e62e321e97ae30b62904fab9", kill_on_drop: false }`
[INFO] [stdout] f715a198491e644d867a66130578afe503f74ad5e62e321e97ae30b62904fab9
